const google.golang.org/protobuf/internal/encoding/text.isNegative
4 uses
google.golang.org/protobuf/internal/encoding/text (current package)
decode_number.go#L16: numAttrs |= isNegative
decode_token.go#L105: const isNegative = 1 << 7
decode_token.go#L249: t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
decode_token.go#L262: t.numAttrs&isNegative > 0 || t.numAttrs&numFloat > 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)